crypto/elliptic.Curve.Add (method)

3 uses

	crypto/elliptic (current package)
		elliptic.go#L29: 	Add(x1, y1, x2, y2 *big.Int) (x, y *big.Int)
		elliptic.go#L137: 		return specific.Add(x1, y1, x2, y2)

	crypto/ecdsa
		ecdsa.go#L328: 		x, y = c.Add(x1, y1, x2, y2)